Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ffi: fix PyFrameObject definition #2424

Merged
merged 1 commit into from
Jun 2, 2022
Merged

Conversation

davidhewitt
Copy link
Member

Closes #2411

@alex - could be worth noting that in Python 3.11 this structure is moved to the "internal" API it looks like; which we haven't been exposing in PyO3 (and probably shouldn't be). Might need to add some of the accessor functions for you to use instead?

@alex
Copy link
Contributor

alex commented Jun 2, 2022

Yeah I've been adding the accessor functions as needed/available.

@davidhewitt davidhewitt merged commit 3cd9e3b into PyO3:main Jun 2, 2022
@davidhewitt davidhewitt deleted the ffi-fixes branch June 2, 2022 17:15
@davidhewitt
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ffi:PyFrameObject doesn't match the structure in CPython
2 participants